home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / MACROS / MACHELP.TXT < prev    next >
Text File  |  1992-01-31  |  3KB  |  66 lines

  1. .topic Macros
  2.  MACROS ▄
  3.  ▀▀▀▀▀▀▀▀
  4.  
  5. Macros are recorded keyboard and mouse events. All keystrokes and mouse
  6. events are saved to a disk file, from which they can be recalled later
  7. for playback. Each macro must have a name, up to 50 characters long. The
  8. length and number of macros is limited only by available disk space.
  9.  
  10. {Recording:Recording}   {Playback:Playback}   {Deleting:Deleting}
  11. .topic Recording
  12.  RECORDING ▄
  13.  ▀▀▀▀▀▀▀▀▀▀▀
  14.  
  15. To initiate recording of a macro, simply use the Macros/Record menu option.
  16. You will be presented with a dialog box that will have you enter a name for
  17. the macro. The name will automatically be converted to upper-case, and spaces
  18. will be converted to underscores. Accept the dialog box, and recording will
  19. commence.
  20.  
  21. To record the playback of other macros, simply use the Macros/Playback
  22. menu option to pick a macro for playback. When recording the playback of
  23. other macros, pick the macros alphanumerically, rather than with cursor
  24. keys or the mouse, as the position of a macro on the list can change with
  25. the addition or deletion of macros.
  26.  
  27. To stop recording, use the Recording/Stop Recording menu option.
  28.  
  29. {Macros:Macros}
  30.  
  31. .topic Playback
  32.  PLAYBACK ▄
  33.  ▀▀▀▀▀▀▀▀▀▀
  34.  
  35. To playback a macro, simply pick it from the list offered in the
  36. Macros/Playback menu option.
  37.  
  38. When recording a macro that plays back other macros, pick the macros for
  39. playback by entering the name of the macro when in the list, (use the
  40. complete name to anticipate the addition of similar macros in the future).
  41. The list will apha-numerically select the macro you desire. This is the
  42. better way to select macros, rather than by position as selected by the
  43. mouse or cursor keys, because the changes in the macro list caused by
  44. additions and deletions of macros will not affect the proper selection of
  45. the macro.
  46.  
  47. When selecting a macro alph-numerically, spaces will automatically be
  48. replaced with underscores, as spaces are not allowed in the macro name.
  49.  
  50. {Macros:Macros}
  51.  
  52. .topic Deleting
  53.  DELETING MACROS ▄
  54.  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  55.  
  56. You can delete macros by using the Macros/Delete menu option. Pick the macro
  57. you wish to delete from the list, and the macro will be deleted after you
  58. confirm the action.
  59.  
  60. Be careful deleting macros, as you may delete a macro that is used by
  61. another macro. If this happens, the macro handler has no way of knowing that
  62. the macro has been deleted, and another macro will be payed back, disrupting
  63. the proper sequence of events.
  64.  
  65. {Macros:Macros}
  66.